@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700;800;900&family=Outfit:wght@400;500;600;700;800&display=swap');

.blgcomment-list>li:nth-child(n+2) {
    margin-block-start: 15px !important;
}
.custom-card {
    border: 1px solid #ced4da;
}
.customizer-action svg{
    width: 23px !important;
    color: #ffffff !important;
}
.active-mode{
    border: solid 2px #000000 !important;
}
.property-img{
    max-width: 507px;
    max-height: 286px;
}
.text-justify{
    text-align: justify;
}
.custom .media{
    padding: 10px !important;
}
.user-avatar{
    width: 30px;
    height: 30px;
}
@media only screen and (max-width: 410px) {
    .header_li {
        display: none !important;
    }
}
.blgcomment-list li .media img{
    width: auto;
    height: 40px !important;
}

#card-element {
    border: 1px solid #e5e5e5 !important;
    border-radius: 5px !important;
    padding: 13px !important;
}
.codex-sidebar .logo-gridwrap{
    padding: 0px 16px !important;
}

.setting-logo{
    width:300px !important;;
}

.landing-logo{
    max-width: 155px;

}
.auth-main .auth-wrapper.v2 .logo{
    max-width: 225px;

}
.b-brand .logo{
    max-width: 155px !important;

}
.lan-footer .codex-brand{
    margin-block-end: 0px !important;
}
.email-sidebar ul.custom-sidebarmenu-list {
    margin-block-start: 0px;
}
.invoice-logo{
    width: 250px;
}

.codex-calendar .events-list li{
    font-size: 13px;
    font-weight: 500;
    padding: 10px 10px;
    border-radius: 5px;
    color: #fff;
    line-height: 1;
}
.codex-calendar .events-list{
    overflow: auto;
    height: 863px;
}
.landing_logo{
    filter: drop-shadow(2px 3px 7px #011C4B);
}
.head-invoice img{
    width: 250px;
}
.cdx-invoice .body-invoice .table tr td{
    padding: 10px 10px !important;
}


.codex-brand img{
    width: 300px;
}
.codex-authbox .auth-header .codex-brand {
    margin-block-end: 0px;
}


.intro {
    background-repeat: no-repeat;
    background-size: cover;
}

.landing_dash {
    position: absolute;
    right: 0px;
    top: 50%;
    left: auto;
    bottom: 0;
    transform: translateY(-50%);
    overflow: hidden;
    height: 585px;
    display: flex;
    align-items: center;
    width: 60%;
}

.landing_dash img {
    object-fit: cover;
    position: relative;
    right: -220px;
    border-radius: 10px;
    left: auto;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 1440px) {
    .landing_dash {
        display: none;
    }
}

.lan-footer {
    text-align: center;
    background-color: unset;
}
.lan-footer .support-contain p {
    color: #051722;
    font-size: calc(16px + 4*(100vw - 420px) / 1500);
}
.select2-container .select2-selection--single {
    height: 43px !important;
    border-color: #e5e5e5;
}

.select2-container .select2-selection--multiple {
    min-height: 43px !important;
}

.select2-container--default .select2-selection-- {
    border: 1px solid #e5e5e5;
}

.modal-body .select2-container {
    z-index: 1024;
    width: 100% !important;
}

.modal-backdrop ~ .select2-container {
    width: 100% !important;
    z-index: 10000 !important;
  }

.select2-container--default .select2-selection--single .select2-selection__arrow {
    line-height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px !important;
}

.select2-container,
.modal-body .select2-container {
    z-index: 1024;
    width: 100% !important;
}

.select2-container .select2-search--inline .select2-search__field {
    margin-top: 10px;
    margin-left: 10px;
}

/* =========================================================================== */
.dt-length{
    padding-left: 7px !important;
}
.dt-search{
    padding-right: 7px !important;
}
.dt-info{
    padding-left: 7px !important;
}
.dt-paging{
    padding-right: 7px !important;
}
.dt-buttons{
    padding-left: 7px !important;
    float: left;
}
.dt-container{
    margin-top: 10px;
}
.dt-info{
    float: left;
}
.dt-paging{
    float: right;
    padding-top: .85em;
}
.form-group{
    margin-bottom: 15px;
}
div:where(.swal2-container) h2:where(.swal2-title){
    font-size: 1.2em !important;
}
div:where(.swal2-container) .swal2-html-container{
    font-size: 0.9em !important;
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel {
    font-size: 0.8em !important;
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm{
    font-size: 0.8em !important;
}
div:where(.swal2-icon){
    width: 4em !important;
    height: 4em !important;
}
.account-tabs .nav-item .nav-link {
    position: relative;
    padding: 0.7rem 1rem;
    font-weight: 500;
    color: var(--primary);
    display: flex;
    align-items: center;
}
.testaments-cards::after {
    background: transparent !important;
}
.pricingpricing .price-card .product-list li::before {
    content : '\eb55';
    color: red;
}
.pricingpricing .price-card .product-list li.enable::before {
    content: "\ea5e";
    color: #00c853;
}
.pricingpricing .price-card .product-list li {
    opacity: 1 !important;
}

.account-tabs .nav-item .nav-link.active
{
    color: var(--bs-secondary-rgb);
    background: rgba(var(--bs-secondary-rgb), 0.1);
}
@media print {
    .table-responsive {
    overflow: visible !important;
    height: auto !important;
    display: block !important;
    }
}
.color_type {
    position: relative;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    transition: all 0.15s ease-in-out;
    margin-right: 10px;
    margin-top: 10px;
    width: 48px;
    height: 48px;
    flex: none;
    cursor: pointer;
}

.cutom_colorr.active::after,
.cutom_colorr.custom::after {
    content: "✓";
    color: #fff;
    font-size: 30px;
    background: none !important;
    font-weight: 900;
    background-color: transparent !important;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 10px;
    line-height: 0;
}

/* =========================================================================== */
/* Split-Screen Green Mockup Login Card Design */
/* =========================================================================== */

/* Outer container centering resets */
.auth-main {
    background: radial-gradient(circle at 30% 30%, #f1f8ed 0%, #cfdfc3 100%) !important; /* Soft green gradient for glassmorphism backdrop */
    display: flex !important;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    padding: 2rem 1rem;
    font-family: 'Outfit', 'Roboto', sans-serif !important;
    z-index: 1;
}

.auth-main::before {
    content: '';
    position: absolute;
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(116, 190, 89, 0.45) 0%, rgba(116, 190, 89, 0) 70%);
    top: 15%;
    left: 15%;
    border-radius: 50%;
    filter: blur(50px);
    z-index: -1;
    pointer-events: none;
}

.auth-main::after {
    content: '';
    position: absolute;
    width: 450px;
    height: 450px;
    background: radial-gradient(circle, rgba(255, 107, 0, 0.28) 0%, rgba(255, 107, 0, 0) 70%);
    bottom: 15%;
    right: 12%;
    border-radius: 50%;
    filter: blur(60px);
    z-index: -1;
    pointer-events: none;
}

.auth-main .auth-wrapper.v2 {
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 960px;
    padding: 0 !important;
    min-height: auto !important;
}

.auth-main .auth-wrapper.v2 .logo {
    display: none !important;
}

.auth-main .auth-wrapper.v2 .auth-form {
    padding: 0 !important;
    max-width: none !important;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Base Card overrides to prevent default styling leaks */
.auth-main .auth-wrapper .auth-form .card {
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    max-width: none !important;
    width: 100% !important;
    animation: none !important;
}

.auth-main .auth-wrapper .auth-form .card-body {
    padding: 0 !important;
}

.gym-auth-card {
    display: flex;
    width: 100%;
    max-width: 920px;
    height: 565px;
    background: rgba(255, 255, 255, 0.04) !important;
    border-radius: 20px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.35) !important;
    backdrop-filter: blur(25px) saturate(120%);
    -webkit-backdrop-filter: blur(25px) saturate(120%);
    z-index: 1;
}

/* Left panel - Green Gradient Glassmorphism (Form Area) */
.gym-auth-left {
    width: 58%;
    background: transparent !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding: 2.5rem 3rem;
    position: relative;
    color: #1a3313;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}

/* Watermark SVG background */
.gym-auth-left .watermark-bg {
    position: absolute;
    top: 15%;
    right: -10%;
    width: 60%;
    height: auto;
    opacity: 0.04;
    pointer-events: none;
    z-index: 1;
}

.gym-auth-left > * {
    position: relative;
    z-index: 2;
    width: 100%;
}

/* Mockup Header Logo Row */
.logo-wrapper {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.logo-icon-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: #274d1c;
    border-radius: 12px;
    color: #ffffff;
}

.logo-icon-circle svg {
    width: 24px;
    height: 24px;
}

.logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
}

.logo-text-top {
    font-size: 0.82rem;
    font-weight: 500;
    color: #8c9c84;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: 'Outfit', sans-serif;
}

.logo-text-bottom {
    font-size: 1.1rem;
    font-weight: 800;
    color: #1a3313;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: 'Montserrat', sans-serif;
}

/* Form Dynamic Header Section */
.form-title-section {
    margin-bottom: 0.8rem;
}

.form-pre-title {
    font-size: 0.72rem;
    font-weight: 800;
    color: #74be59;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 0.3rem;
    font-family: 'Montserrat', sans-serif;
}

.form-main-title {
    font-size: 1.8rem;
    font-weight: 800;
    color: #1a3313;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    margin-bottom: 0.4rem;
    font-family: 'Montserrat', sans-serif;
}

.form-toggle-link {
    font-size: 0.8rem;
    color: #8c9c84;
    font-weight: 600;
    margin-bottom: 1.25rem;
    display: block;
    font-family: 'Outfit', sans-serif;
}

.form-toggle-link a {
    color: #ff6b00;
    font-weight: 800;
    text-decoration: underline;
}

.form-toggle-link a:hover {
    color: #e05e00;
}

/* Right panel - Light gray-green panel (Gym Character area) */
.gym-auth-right {
    width: 42%;
    background: transparent !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    position: relative;
    overflow: hidden;
}

.gym-character-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
}

/* Pacing Animation for Idle State - disabled to keep image static */

/* Animations and states for the character image - disabled */
.gym-character-img.sad {
}

.gym-character-img.success {
}

.gym-character-img.buff {
}

/* Inputs styling */
.gym-auth-form {
    width: 100%;
}

.gym-input-row {
    display: flex;
    gap: 12px;
    width: 100%;
}

.gym-input-wrapper {
    margin-bottom: 0.8rem;
    position: relative;
    background: rgba(255, 255, 255, 0.25) !important;
    border: 1.5px solid rgba(255, 255, 255, 0.3) !important;
    border-radius: 10px;
    padding: 0.5rem 0.9rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    max-height: 80px;
    opacity: 1;
    overflow: visible;
}

.gym-input-wrapper:focus-within {
    background: rgba(255, 255, 255, 0.55) !important;
    border-color: #ff6b00 !important;
    box-shadow: 0 4px 15px rgba(255, 107, 0, 0.15) !important;
}

/* Collapsible class for fields hidden in login mode */
.gym-input-wrapper.collapsible {
    max-height: 0;
    opacity: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    border: none !important;
    overflow: hidden;
    pointer-events: none;
}

.gym-auth-form.register-mode .gym-input-wrapper.collapsible {
    max-height: 80px;
    opacity: 1;
    margin-bottom: 0.8rem;
    padding: 0.5rem 0.9rem;
    border: 1.5px solid rgba(255, 255, 255, 0.3) !important;
    pointer-events: all;
}

/* Top internal labels */
.gym-input-wrapper label {
    display: block !important;
    font-size: 0.62rem;
    font-weight: 700;
    color: #4a6639 !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.1rem;
    pointer-events: none;
    font-family: 'Outfit', sans-serif;
}

.gym-input-wrapper input {
    width: calc(100% - 28px);
    background: transparent !important;
    border: none !important;
    color: #1a3313 !important;
    padding: 0 !important;
    font-size: 0.88rem;
    font-weight: 700;
    height: 24px;
    outline: none !important;
    box-shadow: none !important;
    font-family: 'Outfit', sans-serif;
}

/* Prevent browser autofill background override */
.gym-input-wrapper input:-webkit-autofill,
.gym-input-wrapper input:-webkit-autofill:hover, 
.gym-input-wrapper input:-webkit-autofill:focus, 
.gym-input-wrapper input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px rgba(255, 255, 255, 0.3) inset !important;
    -webkit-text-fill-color: #1a3313 !important;
    transition: background-color 5000s ease-in-out 0s;
}

.gym-input-wrapper input::placeholder {
    color: #c4d4be;
    font-weight: 500;
}

/* Input icons */
.gym-input-wrapper .input-icon {
    position: absolute;
    right: 0.8rem;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    color: #8c9c84;
    pointer-events: none;
    transition: color 0.3s ease;
}

.gym-input-wrapper:focus-within .input-icon {
    color: #ff6b00;
}

/* Submit button orange styling */
.gym-submit-btn {
    width: auto;
    min-width: 160px;
    background-color: #ff6b00;
    color: #ffffff;
    border: none;
    border-radius: 25px;
    font-size: 0.8rem;
    font-weight: 800;
    padding: 0.75rem 2rem;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 4px 15px rgba(255, 107, 0, 0.2);
    margin-top: 0.5rem;
    font-family: 'Outfit', sans-serif;
}

.gym-submit-btn:hover {
    background-color: #e05e00;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 107, 0, 0.35);
}

.gym-submit-btn:active {
    transform: translateY(0);
}

/* Bottom Social Icons Row */
.social-icons-row {
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    margin-top: auto;
    padding-top: 1.5rem;
}

.social-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(116, 190, 89, 0.15);
    border-radius: 6px;
    color: #274d1c;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    text-decoration: none;
}

.social-btn:hover {
    background: #ff6b00;
    color: #ffffff;
    transform: translateY(-2px);
    border-color: #ff6b00;
    box-shadow: 0 4px 10px rgba(255, 107, 0, 0.2);
}

.social-btn svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}



@keyframes characterJump {
    0%, 100% {
        transform: translateY(0) scaleY(1);
    }
    30% {
        transform: translateY(-35px) scaleY(1.05);
    }
    50% {
        transform: translateY(-40px) scaleY(1);
    }
    75% {
        transform: translateY(0) scaleY(0.92);
    }
}

/* Card Shake Animation - disabled */
.shake-card {
}

/* Validation error texts */
.gym-error-msg {
    color: #fa5252;
    font-size: 0.65rem;
    margin-top: 0.15rem;
    display: block;
    font-weight: 600;
}

/* Input error state red outline */
.gym-input-wrapper.has-error {
    border-color: #fa5252 !important;
    background-color: rgba(250, 82, 82, 0.15) !important;
    box-shadow: 0 0 0 2px rgba(250, 82, 82, 0.1) !important;
}

.gym-input-wrapper.has-error label {
    color: #fa5252;
}

.gym-input-wrapper.has-error .input-icon {
    color: #fa5252;
}

/* Success Overlay (white cover containing checkmark) */
.success-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
    z-index: 10;
    border-radius: 20px 0 0 20px;
}

.success-overlay.active {
    opacity: 1;
    pointer-events: all;
}

/* Checkmark animation classes - disabled */
.checkmark {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    display: block;
    stroke-width: 2.5;
    stroke: #2b8a3e;
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px 40px #2b8a3e;
}

.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 0;
    stroke-width: 2.5;
    stroke-miterlimit: 10;
    stroke: #2b8a3e;
    fill: none;
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 0;
    stroke: #ffffff;
    fill: none;
}

.success-overlay h3 {
    margin-top: 1.5rem;
    color: #2b8a3e;
    font-size: 1.25rem;
    font-weight: 700;
}

/* ========================================== */
/* Responsive Design Breakpoints */
/* ========================================== */
@media (max-width: 767.98px) {
    .gym-auth-card {
        flex-direction: column;
        height: auto;
        max-width: 380px;
    }
    
    .gym-auth-left {
        width: 100%;
        padding: 2rem 1.5rem;
    }
    
    .gym-character {
        max-width: 160px;
    }
}
    
/* ========================================== */
/* Glassmorphism Dashboard & Sidebar Override */
/* ========================================== */

/* Authenticated Dashboard Glassmorphic Background override */
body:not(.auth-main) {
    background: #ffffff !important;
    background-image: none !important;
    font-family: 'Outfit', 'Roboto', sans-serif !important;
}

/* Page Loader override to blend with background */
body:not(.auth-main) .loader-bg {
    background: rgba(245, 245, 245, 0.4) !important;
    backdrop-filter: blur(25px) !important;
}

/* Master Glass dashboard panel frame */
.glass-dashboard-wrapper {
    display: flex;
    width: 95vw;
    max-width: 1680px;
    height: 92vh;
    margin: auto;
    background: rgba(245, 245, 245, 0.45) !important;
    backdrop-filter: blur(40px) saturate(140%) !important;
    -webkit-backdrop-filter: blur(40px) saturate(140%) !important;
    border: 1.5px solid rgba(255, 255, 255, 0.6) !important;
    border-radius: 36px !important;
    box-shadow: 0 40px 100px rgba(0, 0, 0, 0.06) !important;
    overflow: hidden;
    position: relative;
    z-index: 10;
}

.glass-dashboard-wrapper .glass-dashboard-main {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    overflow: hidden !important;
    background: transparent !important;
}

/* Sidebar Menu styled as a clean white glass column */
.glass-dashboard-wrapper .pc-sidebar {
    width: 260px !important;
    height: 100% !important;
    position: static !important;
    background: rgba(255, 255, 255, 0.08) !important;
    backdrop-filter: blur(10px) !important;
    border-right: 1.5px solid rgba(255, 255, 255, 0.4) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    z-index: 12 !important;
    display: flex !important;
    flex-direction: column !important;
    padding: 2rem 0 0 0 !important;
    transition: none !important;
    overflow: visible !important;
}

.glass-dashboard-wrapper .pc-sidebar .navbar-wrapper {
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    overflow: visible !important;
}

.glass-dashboard-wrapper .pc-sidebar .navbar-content {
    width: 100% !important;
    height: calc(100% - 150px) !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    overflow-y: auto !important;
}

.glass-dashboard-wrapper .pc-sidebar .m-header {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    height: 60px !important;
    padding: 0 2rem !important;
    margin-bottom: 1.5rem !important;
    background: transparent !important;
}

.glass-dashboard-wrapper .pc-sidebar .m-header .app-logo-brand {
    display: flex !important;
    align-items: center !important;
    gap: 0.65rem !important;
    text-decoration: none !important;
    color: #000000 !important;
}

.glass-dashboard-wrapper .pc-sidebar .m-header .logo-icon-svg {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 36px !important;
    height: 36px !important;
    background: #000000 !important;
    color: #ffffff !important;
    border-radius: 10px !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1) !important;
}

.glass-dashboard-wrapper .pc-sidebar .m-header .logo-brand-name {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 1.15rem !important;
    font-weight: 900 !important;
    letter-spacing: -0.5px !important;
    text-transform: uppercase !important;
    color: #000000 !important;
}

.glass-dashboard-wrapper .pc-sidebar .pc-caption {
    display: block !important;
    padding: 1.5rem 2rem 0.5rem !important;
    color: #777777 !important;
    font-size: 0.72rem !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.glass-dashboard-wrapper .pc-sidebar .pc-mtext,
.glass-dashboard-wrapper .pc-sidebar .pc-arrow {
    display: inline-block !important;
}

.glass-dashboard-wrapper .pc-sidebar .pc-navbar {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0.4rem !important;
    padding: 0 1.2rem !important;
    margin: 0 !important;
    list-style: none !important;
    width: 100% !important;
}

.glass-dashboard-wrapper .pc-sidebar .pc-item {
    width: 100% !important;
    display: block !important;
    position: relative !important;
    padding: 0 !important;
    margin: 0 !important;
}

.glass-dashboard-wrapper .pc-sidebar .pc-link {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    width: 100% !important;
    height: 46px !important;
    border-radius: 18px !important;
    background: transparent !important;
    color: #444444 !important;
    border: none !important;
    transition: all 0.25s ease !important;
    padding: 0.5rem 1.2rem !important;
    margin: 0 !important;
    font-weight: 600 !important;
    font-size: 0.85rem !important;
    gap: 0.75rem !important;
}

.glass-dashboard-wrapper .pc-sidebar .pc-micon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 24px !important;
    height: 24px !important;
    color: inherit !important;
}

.glass-dashboard-wrapper .pc-sidebar .pc-micon i,
.glass-dashboard-wrapper .pc-sidebar .pc-micon svg {
    font-size: 1.25rem !important;
    width: 20px !important;
    height: 20px !important;
}

/* Active item state (solid black capsule, white text) */
.glass-dashboard-wrapper .pc-sidebar .pc-item.active > .pc-link,
.glass-dashboard-wrapper .pc-sidebar .pc-item:hover > .pc-link {
    background: #000000 !important;
    color: #ffffff !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12) !important;
}

/* Submenus styled elegantly indented */
.glass-dashboard-wrapper .pc-sidebar .pc-submenu {
    display: none;
    list-style: none !important;
    padding: 0.3rem 0 0.3rem 2.8rem !important;
    margin: 0 !important;
}

.glass-dashboard-wrapper .pc-sidebar .pc-item.pc-trigger > .pc-submenu,
.glass-dashboard-wrapper .pc-sidebar .pc-item.active > .pc-submenu {
    display: block !important;
}

.glass-dashboard-wrapper .pc-sidebar .pc-submenu .pc-link {
    height: 36px !important;
    padding: 0.3rem 0.5rem !important;
    font-size: 0.8rem !important;
    font-weight: 500 !important;
    color: #666666 !important;
    border-radius: 10px !important;
}

.glass-dashboard-wrapper .pc-sidebar .pc-submenu .pc-item.active > .pc-link,
.glass-dashboard-wrapper .pc-sidebar .pc-submenu .pc-item:hover > .pc-link {
    background: #000000 !important;
    color: #ffffff !important;
    box-shadow: none !important;
}

/* Fixed Bottom User Profile in Sidebar */
.glass-dashboard-wrapper .pc-sidebar .sidebar-user-profile {
    margin-top: auto !important;
    display: flex !important;
    align-items: center !important;
    padding: 1.2rem 1.5rem !important;
    border-top: 1.5px solid rgba(0, 0, 0, 0.05) !important;
    gap: 0.75rem !important;
    background: rgba(255, 255, 255, 0.04) !important;
}

.glass-dashboard-wrapper .pc-sidebar .sidebar-user-avatar {
    width: 44px !important;
    height: 44px !important;
    border-radius: 50% !important;
    border: 2px solid #ffffff !important;
    object-fit: cover !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05) !important;
}

.glass-dashboard-wrapper .pc-sidebar .sidebar-user-info {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 !important;
}

.glass-dashboard-wrapper .pc-sidebar .sidebar-user-name {
    font-size: 0.85rem !important;
    font-weight: 700 !important;
    color: #111111 !important;
    line-height: 1.2 !important;
}

.glass-dashboard-wrapper .pc-sidebar .sidebar-user-role {
    font-size: 0.7rem !important;
    font-weight: 500 !important;
    color: #777777 !important;
}

.glass-dashboard-wrapper .pc-sidebar .sidebar-user-settings-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 32px !important;
    height: 32px !important;
    background: #000000 !important;
    color: #ffffff !important;
    border-radius: 50% !important;
    transition: all 0.25s ease !important;
    text-decoration: none !important;
}

.glass-dashboard-wrapper .pc-sidebar .sidebar-user-settings-btn:hover {
    transform: rotate(45deg) !important;
    background: #ff6b00 !important;
}

/* Transparent Header Topbar */
.glass-dashboard-wrapper .pc-header {
    position: static !important;
    width: 100% !important;
    height: 75px !important;
    background: rgba(255, 255, 255, 0.25) !important;
    border-bottom: 1.5px solid rgba(255, 255, 255, 0.4) !important;
    box-shadow: none !important;
    display: flex !important;
    align-items: center !important;
    z-index: 11 !important;
    padding: 0 2.5rem !important;
    margin: 0 !important;
}

.glass-dashboard-wrapper .pc-header .header-wrapper {
    padding: 0 !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
}

.glass-dashboard-wrapper .pc-header .pc-head-link {
    background: #ffffff !important;
    color: #000000 !important;
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
    border-radius: 50% !important;
    width: 38px !important;
    height: 38px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04) !important;
}

.glass-dashboard-wrapper .pc-header .pc-head-link:hover {
    background: #000000 !important;
    color: #ffffff !important;
    border-color: #000000 !important;
}

.glass-dashboard-wrapper .pc-header .dropdown-user-profile {
    background: #ffffff !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1) !important;
    color: #111111 !important;
}

.glass-dashboard-wrapper .pc-header .dropdown-user-profile h4,
.glass-dashboard-wrapper .pc-header .dropdown-user-profile p,
.glass-dashboard-wrapper .pc-header .dropdown-user-profile span {
    color: #111111 !important;
}

.glass-dashboard-wrapper .pc-header .dropdown-user-profile .dropdown-item {
    color: #333333 !important;
}

.glass-dashboard-wrapper .pc-header .dropdown-user-profile .dropdown-item:hover {
    background: rgba(0, 0, 0, 0.05) !important;
    color: #000000 !important;
}

/* PC container content scroll layout */
.glass-dashboard-wrapper .pc-container {
    position: static !important;
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    height: calc(100% - 75px) !important;
    overflow-y: auto !important;
}

.glass-dashboard-wrapper .pc-content {
    flex: 1 !important;
    padding: 2.5rem !important;
    background: transparent !important;
}

.glass-dashboard-wrapper .page-header-title h5 {
    font-size: 1.6rem !important;
    font-weight: 800 !important;
    color: #000000 !important;
    font-family: 'Montserrat', sans-serif !important;
    text-transform: uppercase;
    letter-spacing: -0.5px;
}

/* Glassmorphic Inner Dashboard Cards override */
.glass-dashboard-wrapper .card {
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(15px) !important;
    -webkit-backdrop-filter: blur(15px) !important;
    border: 1.5px solid rgba(255, 255, 255, 0.9) !important;
    border-radius: 28px !important;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.03) !important;
    color: #111111 !important;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
    margin-bottom: 24px !important;
    overflow: hidden;
}

.glass-dashboard-wrapper .card:hover {
    transform: translateY(-4px) !important;
    background: #ffffff !important;
    box-shadow: 0 25px 55px rgba(0, 0, 0, 0.06) !important;
}

.glass-dashboard-wrapper .card .card-body {
    padding: 1.5rem !important;
}

.glass-dashboard-wrapper .card h4, 
.glass-dashboard-wrapper .card h5, 
.glass-dashboard-wrapper .card h6, 
.glass-dashboard-wrapper .card p,
.glass-dashboard-wrapper .card span,
.glass-dashboard-wrapper .card label {
    color: #111111 !important;
}

.glass-dashboard-wrapper .avtar {
    border-radius: 12px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 46px !important;
    height: 46px !important;
}

.glass-dashboard-wrapper .avtar.bg-light-secondary {
    background: rgba(0, 0, 0, 0.05) !important;
    color: #000000 !important;
}

.glass-dashboard-wrapper .avtar.bg-light-warning {
    background: rgba(0, 0, 0, 0.05) !important;
    color: #000000 !important;
}

.glass-dashboard-wrapper .avtar.bg-light-primary {
    background: rgba(0, 0, 0, 0.05) !important;
    color: #000000 !important;
}

.glass-dashboard-wrapper .avtar.bg-light-danger {
    background: rgba(0, 0, 0, 0.05) !important;
    color: #000000 !important;
}

.glass-dashboard-wrapper .breadcrumb-item a,
.glass-dashboard-wrapper .breadcrumb-item {
    color: #555555 !important;
    font-weight: 600 !important;
    font-size: 0.88rem !important;
}

/* Custom scrollbars inside glass panel container */
.glass-dashboard-wrapper .pc-container::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.glass-dashboard-wrapper .pc-container::-webkit-scrollbar-track {
    background: transparent;
}

.glass-dashboard-wrapper .pc-container::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.08);
    border-radius: 3px;
}

.glass-dashboard-wrapper .pc-container::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.15);
}

/* Dark Card Override for Charts layout in mockup */
.glass-dashboard-wrapper .card:has(#incomeExpenseByMonth),
.glass-dashboard-wrapper .card:has(#users_and_payments_overview) {
    background: #000000 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 28px !important;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.2) !important;
}

.glass-dashboard-wrapper .card:has(#incomeExpenseByMonth):hover,
.glass-dashboard-wrapper .card:has(#users_and_payments_overview):hover {
    transform: translateY(-4px) !important;
    background: #111111 !important;
}

.glass-dashboard-wrapper .card:has(#incomeExpenseByMonth) h4,
.glass-dashboard-wrapper .card:has(#incomeExpenseByMonth) h5,
.glass-dashboard-wrapper .card:has(#incomeExpenseByMonth) h6,
.glass-dashboard-wrapper .card:has(#incomeExpenseByMonth) p,
.glass-dashboard-wrapper .card:has(#incomeExpenseByMonth) span,
.glass-dashboard-wrapper .card:has(#incomeExpenseByMonth) label,
.glass-dashboard-wrapper .card:has(#users_and_payments_overview) h4,
.glass-dashboard-wrapper .card:has(#users_and_payments_overview) h5,
.glass-dashboard-wrapper .card:has(#users_and_payments_overview) h6,
.glass-dashboard-wrapper .card:has(#users_and_payments_overview) p,
.glass-dashboard-wrapper .card:has(#users_and_payments_overview) span,
.glass-dashboard-wrapper .card:has(#users_and_payments_overview) label {
    color: #ffffff !important;
}

.glass-dashboard-wrapper .card:has(#incomeExpenseByMonth) .text-muted,
.glass-dashboard-wrapper .card:has(#users_and_payments_overview) .text-muted {
    color: #888888 !important;
}

/* Dark Card ApexCharts override */
.glass-dashboard-wrapper .card:has(#incomeExpenseByMonth) .apexcharts-text,
.glass-dashboard-wrapper .card:has(#users_and_payments_overview) .apexcharts-text {
    fill: rgba(255, 255, 255, 0.6) !important;
}

.glass-dashboard-wrapper .card:has(#incomeExpenseByMonth) .apexcharts-gridline,
.glass-dashboard-wrapper .card:has(#users_and_payments_overview) .apexcharts-gridline {
    stroke: rgba(255, 255, 255, 0.08) !important;
}

/* Responsive queries to gracefully drop down on mobile */
@media (max-width: 991.98px) {
    body:not(.auth-main) {
        display: block !important;
        padding: 0 !important;
        background: #f4f6f8 !important;
    }
    .glass-dashboard-wrapper {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        border: none !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        backdrop-filter: none !important;
        background: transparent !important;
    }
    .glass-dashboard-wrapper .pc-sidebar {
        position: fixed !important;
        width: 280px !important;
        height: 100% !important;
        background: #ffffff !important;
        border-right: 1.5px solid #e3e8ef !important;
        overflow-y: auto !important;
    }
    .glass-dashboard-wrapper .pc-sidebar .sidebar-user-profile {
        position: absolute !important;
        bottom: 0 !important;
        left: 0 !important;
        width: 100% !important;
    }
    .glass-dashboard-wrapper .glass-dashboard-main {
        display: block !important;
        height: auto !important;
        overflow: visible !important;
    }
    .glass-dashboard-wrapper .pc-container {
        margin-left: 0 !important;
        height: auto !important;
        padding-top: 75px !important;
    }
}

/* ========================================== */
/* Dark Mode Glassmorphic Enhancements */
/* ========================================== */
body[data-pc-theme="dark"] .glass-dashboard-wrapper {
    background: rgba(15, 25, 12, 0.45) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
}

body[data-pc-theme="dark"] .glass-dashboard-wrapper .pc-sidebar {
    background: rgba(0, 0, 0, 0.25) !important;
    border-right: 1px solid rgba(255, 255, 255, 0.08) !important;
}

body[data-pc-theme="dark"] .glass-dashboard-wrapper .pc-header {
    background: rgba(0, 0, 0, 0.25) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
}

body[data-pc-theme="dark"] .glass-dashboard-wrapper .card {
    background: rgba(0, 0, 0, 0.35) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
}

body[data-pc-theme="dark"] .glass-dashboard-wrapper .card:hover {
    background: rgba(0, 0, 0, 0.45) !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
}

body[data-pc-theme="dark"] .glass-dashboard-wrapper .card h4, 
body[data-pc-theme="dark"] .glass-dashboard-wrapper .card h5, 
body[data-pc-theme="dark"] .glass-dashboard-wrapper .card h6, 
body[data-pc-theme="dark"] .glass-dashboard-wrapper .card p,
body[data-pc-theme="dark"] .glass-dashboard-wrapper .card span,
body[data-pc-theme="dark"] .glass-dashboard-wrapper .card label,
body[data-pc-theme="dark"] .glass-dashboard-wrapper .page-header-title h5 {
    color: #e5e9e2 !important;
}

body[data-pc-theme="dark"] .glass-dashboard-wrapper .breadcrumb-item a,
body[data-pc-theme="dark"] .glass-dashboard-wrapper .breadcrumb-item {
    color: #c4d4be !important;
}

body[data-pc-theme="dark"] .glass-dashboard-wrapper .avtar.bg-light-secondary,
body[data-pc-theme="dark"] .glass-dashboard-wrapper .avtar.bg-light-warning,
body[data-pc-theme="dark"] .glass-dashboard-wrapper .avtar.bg-light-primary,
body[data-pc-theme="dark"] .glass-dashboard-wrapper .avtar.bg-light-danger {
    background: rgba(255, 255, 255, 0.1) !important;
    color: #ff8533 !important;
}

body[data-pc-theme="dark"] .glass-dashboard-wrapper td,
body[data-pc-theme="dark"] .glass-dashboard-wrapper th,
body[data-pc-theme="dark"] .glass-dashboard-wrapper a,
body[data-pc-theme="dark"] .glass-dashboard-wrapper div,
body[data-pc-theme="dark"] .glass-dashboard-wrapper li,
body[data-pc-theme="dark"] .glass-dashboard-wrapper dt,
body[data-pc-theme="dark"] .glass-dashboard-wrapper dd {
    color: #e5e9e2;
}

body[data-pc-theme="dark"] .glass-dashboard-wrapper .table {
    --bs-table-color: #e5e9e2 !important;
}

@media (min-width: 992px) {
    body:not(.auth-main) .pc-footer {
        display: none !important;
    }
}

body[data-pc-theme="dark"] .glass-dashboard-wrapper .pc-sidebar .m-header .logo-brand-name {
    color: #ffffff !important;
}

body[data-pc-theme="dark"] .glass-dashboard-wrapper .pc-sidebar .m-header .logo-icon-svg {
    background: #ffffff !important;
    color: #000000 !important;
}

/* =========================================================================== */
/* Gym Single-Page Landing Theme Styles (Premium Fitness Club Banner)         */
/* =========================================================================== */

.fitness-banner-body {
    margin: 0 !important;
    padding: 0 !important;
    background: linear-gradient(135deg, #e35c6e 0%, #f6a17b 100%) !important;
    color: #ffffff !important;
    font-family: 'Outfit', sans-serif !important;
    height: 100vh !important;
    width: 100vw !important;
    overflow: hidden !important;
    position: relative !important;
}

/* Primary Layout Container */
.fitness-banner-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Top Header Navigation */
.fitness-header {
    position: absolute;
    top: 0;
    left: 80px;
    right: 80px;
    height: 100px;
    padding: 0 2rem;
    z-index: 100;
}

.header-hamburger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 28px;
    height: 14px;
    cursor: pointer;
}

.header-hamburger .bar {
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    transition: all 0.3s ease;
}

.header-menu {
    gap: 3.5rem;
}

.header-menu .menu-item {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 0.95rem;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    transition: color 0.3s ease, transform 0.3s ease;
}

.header-menu .menu-item:hover,
.header-menu .menu-item.active {
    color: #ffffff;
    transform: translateY(-1px);
}

.header-share {
    color: #ffffff;
    font-size: 1.5rem;
    cursor: pointer;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.header-share:hover {
    opacity: 0.8;
    transform: scale(1.1);
}

/* Sidebars */
.fitness-sidebar-left {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 80px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    padding: 3rem 0;
    z-index: 90;
}

.fitness-sidebar-right {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 80px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    padding: 3rem 0;
    z-index: 90;
}

.sidebar-line-top {
    flex-grow: 1;
    width: 1px;
}

.sidebar-icons-bottom {
    margin-top: auto;
    width: 100%;
}

.sidebar-icon {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.3rem;
    text-decoration: none;
    transition: color 0.3s ease, transform 0.3s ease;
    display: inline-block;
}

.sidebar-icon:hover {
    color: #ffffff;
    transform: scale(1.15);
}

.sidebar-chevrons {
    font-family: 'Outfit', sans-serif;
    font-weight: 300;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.4);
    letter-spacing: 2px;
    user-select: none;
    writing-mode: vertical-lr;
    text-orientation: mixed;
    margin-top: 1.5rem;
}

/* Outline Typography Behind Athlete */
.fitness-bg-outline-text {
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Outfit', sans-serif;
    font-weight: 900;
    font-size: 15vw;
    line-height: 1;
    color: transparent;
    -webkit-text-stroke: 2px rgba(255, 255, 255, 0.28);
    text-stroke: 2px rgba(255, 255, 255, 0.28);
    z-index: 10;
    pointer-events: none;
    white-space: nowrap;
    user-select: none;
}

/* Main Character Cutout Wrapper */
.fitness-character-wrapper {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 15;
    width: 55%;
    max-width: 600px;
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.fitness-character-image {
    max-height: 85vh;
    width: auto;
    object-fit: contain;
    mix-blend-mode: multiply;
}

/* Left Widget: Booking */
.fitness-booking-widget {
    position: absolute;
    left: 120px;
    top: 32%;
    z-index: 30;
    color: #ffffff;
    max-width: 250px;
}

.fitness-booking-widget .widget-title {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 0.8rem;
    letter-spacing: 3px;
    color: rgba(255, 255, 255, 0.7);
}

.fitness-booking-widget .booking-date {
    font-family: 'Outfit', sans-serif;
    font-weight: 900;
    font-size: 2.2rem;
    line-height: 1.1;
    letter-spacing: 1px;
}

.fitness-booking-widget .booking-slots {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
    margin-top: 1.2rem;
}

.fitness-booking-widget .slot-item {
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    padding: 0.6rem 1.2rem;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.08);
    cursor: pointer;
    transition: all 0.3s ease;
    width: fit-content;
    letter-spacing: 0.5px;
}

.fitness-booking-widget .slot-item:hover {
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.45);
}

.fitness-booking-widget .slot-item.active {
    background: #e35c6e;
    border-color: #e35c6e;
    color: #ffffff;
    box-shadow: 0 4px 20px rgba(227, 92, 110, 0.4);
}

/* Right Widget: Description */
.fitness-desc-widget {
    position: absolute;
    right: 120px;
    top: 32%;
    z-index: 30;
    color: #ffffff;
    max-width: 340px;
}

.fitness-desc-widget .fitness-desc-title {
    font-family: 'Outfit', sans-serif;
    font-weight: 900;
    font-size: 2.8rem;
    letter-spacing: 2px;
    line-height: 1;
}

.fitness-desc-widget .fitness-desc-paragraph {
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    font-size: 0.95rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
    margin-top: 1rem;
}

.fitness-desc-widget .fitness-learn-more {
    display: inline-flex;
    align-items: center;
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 2.5px;
    color: #ffffff;
    text-decoration: none;
    margin-top: 1.5rem;
    transition: all 0.3s ease;
}

.fitness-desc-widget .fitness-learn-more i {
    font-size: 1.1rem;
    transition: transform 0.3s ease;
}

.fitness-desc-widget .fitness-learn-more:hover i {
    transform: translateX(6px);
}

/* Bottom Capsule Login CTA */
.fitness-capsule-login-wrapper {
    position: absolute;
    bottom: 90px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 40;
}

.fitness-capsule-bar {
    width: 320px;
    height: 58px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 29px;
    padding: 5px;
}

.btn-capsule-login {
    background-color: #ffffff !important;
    color: #e35c6e !important;
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 2.5px;
    padding: 0.6rem 3rem !important;
    border-radius: 24px !important;
    border: none !important;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-capsule-login:hover {
    background-color: rgba(255, 255, 255, 0.9) !important;
    transform: scale(1.03);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

/* Page Indicator Dots */
.fitness-dots-indicator {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 40;
    gap: 0.6rem;
}

.fitness-dots-indicator .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    transition: all 0.3s ease;
}

.fitness-dots-indicator .dot.active {
    background: #ffffff;
    width: 24px;
    border-radius: 4px;
}

/* Responsive updates for mobile and tablet snap views */
@media (max-width: 991.98px) {
    .fitness-sidebar-left,
    .fitness-sidebar-right {
        display: none !important;
    }
    
    .fitness-header {
        left: 0;
        right: 0;
        padding: 0 1.5rem;
        height: 80px;
    }
    
    .fitness-bg-outline-text {
        font-size: 13vw;
        top: 35%;
    }
    
    .fitness-character-wrapper {
        width: 85%;
        bottom: auto;
        top: 25%;
        height: 40vh;
        z-index: 12;
    }
    
    .fitness-character-image {
        max-height: 40vh;
    }
    
    .fitness-booking-widget {
        position: relative;
        left: auto;
        top: auto;
        margin: 500px auto 20px auto;
        z-index: 30;
        text-align: center;
        max-width: 100%;
        padding: 0 1.5rem;
    }
    
    .fitness-booking-widget .booking-slots {
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
        gap: 0.5rem;
    }
    
    .fitness-booking-widget .slot-item {
        margin: 0 auto;
    }
    
    .fitness-desc-widget {
        position: relative;
        right: auto;
        top: auto;
        margin: 20px auto;
        text-align: center;
        padding: 0 1.5rem;
        max-width: 100%;
    }
    
    .fitness-desc-widget .fitness-learn-more {
        justify-content: center;
    }
    
    .fitness-capsule-login-wrapper {
        position: relative;
        bottom: auto;
        left: auto;
        transform: none;
        margin: 30px auto 15px auto;
        display: flex;
        justify-content: center;
    }
    
    .fitness-dots-indicator {
        position: relative;
        bottom: auto;
        left: auto;
        transform: none;
        margin: 15px auto 40px auto;
    }
    
    .fitness-banner-body {
        overflow-y: auto !important;
        height: auto !important;
    }
    
    .fitness-banner-container {
        flex-direction: column;
        height: auto;
        min-height: 100vh;
        padding-bottom: 2rem;
    }
}

/* Table Actions Alignment & Size Customizations */
.glass-dashboard-wrapper .avtar.avtar-xs,
.glass-dashboard-wrapper .btn.btn-icon.avtar-xs {
    width: 32px !important;
    height: 32px !important;
    border-radius: 8px !important;
}

.cart-action {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 6px !important;
    flex-wrap: nowrap !important;
    white-space: nowrap !important;
}

.cart-action form {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 6px !important;
    flex-wrap: nowrap !important;
    white-space: nowrap !important;
    margin: 0 !important;
}

.cart-action .avtar-xs svg,
.cart-action .avtar-xs i {
    width: 16px !important;
    height: 16px !important;
    font-size: 16px !important;
    line-height: 16px !important;
}

